home *** CD-ROM | disk | FTP | other *** search
/ Foreland January 1997 / Foreland January 1997.iso / dicegame.dir / 00234_Dry DrillA.ls < prev    next >
Encoding:
Text File  |  1996-12-26  |  172 b   |  8 lines

  1. on dryDrillA
  2.   set the visible of sprite 22 to 1
  3.   set the visible of sprite 5 to 1
  4.   set delayTime to the ticks + 30
  5.   repeat while the ticks < delayTime
  6.   end repeat
  7. end
  8.